home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / util3 / util1.arc / DOS-EDIT.DOC < prev    next >
Encoding:
Text File  |  1988-10-27  |  5.3 KB  |  59 lines

  1.                DOSEDIT User's Guide
  2.  
  3.                Jack Gersbach
  4.               Burlington, Vt.
  5.  
  6.  
  7. Abstract:
  8.  
  9. DOSEDIT is a VM style editor for dos commands lifted out of DOS 1.86.
  10. It can be used with DOS 1.1 and 2.0.
  11.  
  12.  
  13. Corrections and Enhancements
  14.  
  15. Suggestions for additions or changes are welcome.
  16.  
  17.  
  18. Installation
  19.  
  20. Download and copy DOSEDIT.COM onto a diskette.
  21. Type dosedit at the dos prompt and it will install itself as a
  22. resident extension to dos. If you wish to set up an aliase list,
  23. type:
  24.     DOSEDIT filespec
  25.  
  26. The file contains a list of aliases and replacement phrases
  27. as described below.
  28.  
  29.  
  30. Operational Description
  31. Special DOS EDITING KEYS
  32.  
  33. The DOS editing keys are different than the standard dos keys and are
  34. more natural for the average user. The function keys on the left side
  35. of the keyboard are not used.
  36.  
  37. The information below summarizes the functions of the new editing keys.
  38.  
  39. Right arrow:    Advances the cursor one character position.
  40. Left arrow:    Backs up the cursor one character position.
  41. Ctrl-Right:    Advances the cursor to the next word.
  42. Ctrl-Left:    Backs up the cursor to the previous word.
  43. LeftShift-tab:    Backs up the cursor to the previous tab position.
  44. RightShift-tab: Advances the cursor to the next tab position.
  45. Home:        Moves the cursor to the beginning of the line.
  46. End:        Moves the cursor to the end of the line.
  47. Del:        Erases the character at the cursor position.
  48. Back Space:    Erases the character to left of the cursor.
  49. Esc:        Erases the entire line.
  50. Ctrl-Home:    Erases from the beginning of the line to the cursor.
  51. Ctrl-end:    Erases from the cursor to the end of the line.
  52. Up arrow:    Recalls the previous instruction from the stack.
  53. Down arrow:    Recalls the following instruction from the stack.
  54. Ctrl-PgUp:    Clears the current stack of all entries.
  55. Ctrl-PgDn:    Erases the currently displayed stack entry.
  56. Ins:        Toggles the insert mode. If active, cursor size changes.
  57. Ctrl-A:     Displays aliase list when under dos control.
  58. Ctrl-Z:     End of file marker (1AH). Replaces the F6 key.
  59. F1 thru F10:    Not used